ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure
Members

In This Topic
    Rect<T> Structure
    In This Topic
    Represents the Rect.
    Object Model
    Rect<T> Structure
    Syntax
    'Declaration
     
    Public Structure Rect(Of T As {New, Struct}) 
       Inherits System.ValueType
    public struct Rect<T> : System.ValueType 
    where T: new(), struct
    Type Parameters
    T
    Remarks
    This structure should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.ActiveReports.Layout.Rect<T>

    See Also